IHomeCommand 介面
代表一個原點復歸運動。
繼承體系
System.Object
IntervalZero.KINGSTAR.Base.Class.IKsCommand
IntervalZero.KINGSTAR.Base.Class.IHomeCommand
組合: IntervalZero.KINGSTAR.Base.Class (於 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0
語法
public interface IHomeCommand : IKsCommand
Public Interface IHomeCommand Inherits IKsCommand
IHomeCommand 介面陳列了以下成員。
屬性
名稱 | 說明 | |
---|---|---|
![]() | Acceleration | 加速度值。 |
![]() | Deceleration | 減速度值。 |
![]() | Direction | 軸移動回原點的方向。 |
![]() | EndVelocity | 原點復歸移動的結束速度。 |
![]() | HomingMode | 原點復歸模式。 |
![]() | Jerk | 加加速度值。 |
![]() | Position | 偵測到索引訊號時的絕對位置。[單位] |
![]() | Velocity | 原點復歸移動的起始速度。 |
參見